home *** CD-ROM | disk | FTP | other *** search
/ Tripas 4 / TRIPAS 004.iso / sin.EXE / SIN / BASE / models / blueprints.def < prev    next >
Encoding:
Text File  |  1998-11-03  |  2.1 KB  |  73 lines

  1. SDEF
  2. // -----------------------------------------------------------------------------
  3. //  $Logfile:: /Quake 2 Engine/Sin/Base Sin Data/Models/Inventory/blueprints. $
  4. // $Revision:: 4                                                              $
  5. //   $Author:: Joeske                                                         $
  6. //     $Date:: 9/30/98 2:45p                                                  $
  7. //
  8. // Copyright (C) 1998 by Ritual Entertainment, Inc.
  9. // All rights reserved.
  10. //
  11. // This source may not be distributed and/or modified without
  12. // expressly written permission by Ritual Entertainment, Inc.
  13. //
  14. // This is a model definition file.  It is to be used in conjunction with Sin.
  15. //
  16. // -----------------------------------------------------------------------------
  17. // MODEL DESCRIPTION:
  18. // Blueprints given to you by the Construction Foreman.
  19. //
  20. // MODEL AUTHOR:
  21. // ?
  22. //
  23. /*SINED inventory_blueprints (.3 1 .3) (0 0 0) (0 0 0) NOT_SOLID NOT_DAMAGABLE
  24. Blueprints
  25. */
  26.  
  27. // -----------------------------------------------------------------------------
  28. // FILE DECLARATIONS
  29. //
  30. // Model Commands
  31. path models/blueprints
  32. scale 1.5
  33.  
  34. // Base Model
  35. blueprints_base.sbm
  36.  
  37. // Skins
  38. normal        blueprints_base.tga
  39.  
  40. // Normal Animations
  41. idle        blueprints_idle.sam
  42. pose        blueprints_idle.sam
  43.  
  44. // -----------------------------------------------------------------------------
  45. // INITIALIZATION SECTION
  46. //
  47. !init:
  48.  
  49. // Class Setup
  50. server classname item
  51. server setsize "-8 -8 0" "8 8 8"
  52.  
  53. // Icon and Inventory Name
  54. server iconname "i_blueprint"
  55. server itemname "SinTEK C.P. Blueprints"
  56.  
  57. // -----------------------------------------------------------------------------
  58. // MAIN SECTION
  59. //
  60. !main:
  61.  
  62. // -----------------------------------------------------------------------------
  63. // SOURCESAFE Update Log
  64. //
  65. // $Log:: /Quake 2 Engine/Sin/Base Sin Data/Models/Inventory/blueprints.def   $
  66. // 
  67. // 4     9/30/98 2:45p Joeske
  68. // Added in formatting, fixed image references.
  69. // 
  70. // -----------------------------------------------------------------------------
  71.  
  72.  
  73.